home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Technology Seed / ATS July '97.toast / Text Encoding Converter 1.2 / Read Me First! next >
Encoding:
Text File  |  1997-06-12  |  2.3 KB  |  78 lines  |  [ttro/ttxt]

  1.  
  2.  
  3. Welcome to the seed of the Text Encoding Converter for Mac OS.  
  4.  
  5. The Text Encoding Converter (TEC) is a shared library for converting text between common character encoding standards, including Unicode 2.0, Mac OS, Windows, EUC, and ISO-8859 series.
  6.  
  7. The TEC works with both PowerPC and 68k Mac OS computers.  To use with 68k computers make sure you have the new CFM-68K Runtime Enabler v4.0 installed.  To install the TEC, place the shared library "Text Encoding Converter" into the Extensions folder and the "Text Encodings" folder into the System Folder.
  8.  
  9. Enclosed with this file you will find the following files:
  10.  
  11. • Text Encoding Converter
  12.  
  13. • Text Encodings:
  14.         Arabic Encodings
  15.         Central European Encodings
  16.         Chinese Encodings
  17.         Chinese Encodings Supplement
  18.         Cyrillic Encodings
  19.         Greek Encodings
  20.         Hebrew Encodings
  21.         Indic Encodings
  22.         Japanese Encodings
  23.         Korean Encodings
  24.         Symbol Encodings
  25.         Thai Encodings
  26.         Turkish Encodings
  27.         Unicode Encodings
  28.         Western Language Encodings
  29.  
  30. • Documentation:
  31.  
  32.         HLTEC ERS v.8.1.pdf
  33.         Text Encoding Reference.pdf
  34.         UnicodeConverter ERS;27.pdf
  35.  
  36. • Headers:
  37.         Errors.h
  38.         TextCommon.h
  39.         TextEncodingConverter.h
  40.         TextEncodingPlugin.h
  41.         Unicode.h
  42.         
  43. • Dummy Libraries:
  44.  
  45.         68k Libraries:
  46.                 TextCommon.68K
  47.                 TextEncodingConverter.68K
  48.                 UnicodeConverter.68K
  49.  
  50.         PPC Libraries:
  51.                 TextCommon
  52.                 TextEncodingConverter
  53.                 UnicodeConverter
  54.  
  55.  
  56. To get your code working you need to include the following compiler directives before you include the header files.
  57.  
  58. #define FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE 1
  59.  
  60. #include "Unicode.h"
  61.  
  62. Changes from the 1.2b3 seed:
  63.   - TEC now make best-guess direction resolution for strings of neutral characters.
  64.   - ConvertFromUnicode  breaks up multi-char text elements before fallbacks.  So only elements passed to fallback functions are 1 character long.
  65.   - Remove obsolete Gestalt Unicode constants from Unicode.h.
  66.   - Make the low-level converter support standard East Asia encodigs that are close to the Mac OS encodings.
  67.   - Several Unicode combining diacritic chars (e.g. 0x0300, 0x0301, 0x0302) have fallback
  68.             mappings into MacJapanese. 
  69.   - Several Unicode combining diacritic chars (e.g. 0x0300, 0x0301, 0x0302, 0x0338) have
  70.             fallback mappings into MacArabic.
  71.   - Various changes in mapping tables.
  72.   - Various speed improvements and bug fixes.
  73.  
  74.     
  75. Good luck,
  76.  
  77. The Unicode Gang.
  78.